home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 114
/
Vol 114.iso
/
games
/
harry_po.swf
/
scripts
/
DefineButton2_1026
/
BUTTONCONDACTION on(rollOver).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-08-12
|
229 b
|
9 lines
on(rollOver){
textClip_mc.bubble_txt.text = gameMC.text5;
if(textClip_mc.bubble_txt.bottomScroll < 4)
{
textClip_mc.bubble_txt.text = "\r" + textClip_mc.bubble_txt.text;
}
textClip_mc._visible = 1;
}